home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 4,101 to 4,200 / aol-file-protocol-4400-4101-to-4200.zip / AOLDLs / Invoice & Inventory / SBIC_ V3.5 Small Bus. Inv. Ctrl / SBIC35EX.exe / DISK_1.ZIP / Tutorial.sbi / Items.json < prev    next >
JavaScript Object Notation  |  1998-11-18  |  2KB

  1. {
  2.     "schema": {
  3.         "ID": "Long Integer",
  4.         "Name": "Text (128)",
  5.         "Number": "Text (128)",
  6.         "Description": "Text (200)",
  7.         "VendorID1": "Long Integer",
  8.         "VendorID2": "Long Integer",
  9.         "CategoryID": "Long Integer",
  10.         "Cost": "Currency",
  11.         "SellingPrice": "Currency",
  12.         "Stocked": "Long Integer",
  13.         "Ordered": "Long Integer",
  14.         "ReorderQuanity": "Long Integer",
  15.         "ReorderLevel": "Long Integer",
  16.         "Taxable": "Boolean NOT NULL",
  17.         "TaxRate": "Single"
  18.     },
  19.     "data": [
  20.         {
  21.             "ID": 1,
  22.             "Name": "Action Presents...",
  23.             "Number": "AP 900",
  24.             "Description": "Presentation software.  Stock this software in front display case.",
  25.             "VendorID1": 2,
  26.             "VendorID2": 2,
  27.             "CategoryID": 0,
  28.             "Cost": 23.45,
  29.             "SellingPrice": 35.99,
  30.             "Stocked": 5,
  31.             "Ordered": 0,
  32.             "ReorderQuanity": 10,
  33.             "ReorderLevel": 2,
  34.             "Taxable": 1,
  35.             "TaxRate": 5
  36.         },
  37.         {
  38.             "ID": 2,
  39.             "Name": "Action Word Processor",
  40.             "Number": "AW 901",
  41.             "Description": "Full word processing package including spell checker and font styles.  Locked in main display case.",
  42.             "VendorID1": 2,
  43.             "VendorID2": 2,
  44.             "CategoryID": 0,
  45.             "Cost": 109.33,
  46.             "SellingPrice": 149.99,
  47.             "Stocked": 10,
  48.             "Ordered": 0,
  49.             "ReorderQuanity": 13,
  50.             "ReorderLevel": 3,
  51.             "Taxable": 1,
  52.             "TaxRate": 5
  53.         },
  54.         {
  55.             "ID": 3,
  56.             "Name": "CDW Blank CDs (10-pack)",
  57.             "Number": "BC 110",
  58.             "Description": "10 Blank CD's with 600 MB capacity",
  59.             "VendorID1": 1,
  60.             "VendorID2": 1,
  61.             "CategoryID": 0,
  62.             "Cost": 7.54,
  63.             "SellingPrice": 12.59,
  64.             "Stocked": 34,
  65.             "Ordered": 0,
  66.             "ReorderQuanity": 25,
  67.             "ReorderLevel": 20,
  68.             "Taxable": 1,
  69.             "TaxRate": 5
  70.         },
  71.         {
  72.             "ID": 4,
  73.             "Name": "CDW Blank CDs (20-pack)",
  74.             "Number": "BC 120",
  75.             "Description": "20 Blank CDs with 600 MB capacity",
  76.             "VendorID1": 1,
  77.             "VendorID2": 1,
  78.             "CategoryID": 0,
  79.             "Cost": 17.45,
  80.             "SellingPrice": 27.5,
  81.             "Stocked": 13,
  82.             "Ordered": 0,
  83.             "ReorderQuanity": 15,
  84.             "ReorderLevel": 10,
  85.             "Taxable": 1,
  86.             "TaxRate": 5
  87.         },
  88.         {
  89.             "ID": 5,
  90.             "Name": "Personal Tax Plus",
  91.             "Number": "PTP 404",
  92.             "Description": "Personal tax accounting package",
  93.             "VendorID1": 3,
  94.             "VendorID2": 3,
  95.             "CategoryID": 0,
  96.             "Cost": 99,
  97.             "SellingPrice": 129,
  98.             "Stocked": 5,
  99.             "Ordered": 0,
  100.             "ReorderQuanity": 7,
  101.             "ReorderLevel": 5,
  102.             "Taxable": 1,
  103.             "TaxRate": 5
  104.         },
  105.         {
  106.             "ID": 6,
  107.             "Name": "Personal Tax Pro",
  108.             "Number": "PTP 401",
  109.             "Description": "Professional level tax software",
  110.             "VendorID1": 3,
  111.             "VendorID2": 3,
  112.             "CategoryID": 0,
  113.             "Cost": 199.99,
  114.             "SellingPrice": 249.99,
  115.             "Stocked": 2,
  116.             "Ordered": 0,
  117.             "ReorderQuanity": 5,
  118.             "ReorderLevel": 1,
  119.             "Taxable": 1,
  120.             "TaxRate": 5
  121.         }
  122.     ]
  123. }